GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-09T03:20:24.5500345+00:00",
"SubmitDate": "2026-05-09T03:20:24.5500345+00:00",
"ReportPeriodStart": "2026-05-09T03:20:24.5500345+00:00",
"ReportPeriodEnd": "2026-05-09T03:20:24.5500345+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5be1092d-06ea-46fc-9234-cd81baddc9c3",
"Rows": [
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5be1092d-06ea-46fc-9234-cd81baddc9c3",
"Rows": [
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4226dbc5-e2ec-4216-ac93-a4d76b03eaaa",
"fcf89dcb-4f70-429f-a0b1-61c93fd66387"
],
"Approvers": [
"d6ae34d5-af92-4f02-8ee3-87754da1005b",
"6331d4d8-393e-4bbb-8a20-315ac52067d9"
],
"ApprovedBy": "34ce8e35-5553-4a46-bf4a-df5d6c83f55b",
"ApprovalDate": "2026-05-09T03:20:24.5500345+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "322c4f8d-4d26-4b68-a524-0dfd6c6f1e6b",
"id": "01bbfa99-2bd7-484d-9483-1ba299963b37",
"ConfigId": "9b7c041b-fe0f-4ec8-bbe9-7ef5505ff26a"
},
{
"GenerationDate": "2026-05-09T03:20:24.5500345+00:00",
"SubmitDate": "2026-05-09T03:20:24.5500345+00:00",
"ReportPeriodStart": "2026-05-09T03:20:24.5500345+00:00",
"ReportPeriodEnd": "2026-05-09T03:20:24.5500345+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5be1092d-06ea-46fc-9234-cd81baddc9c3",
"Rows": [
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5be1092d-06ea-46fc-9234-cd81baddc9c3",
"Rows": [
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e53e453a-ed09-43fe-ad57-0b6c7f4dd2f4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4226dbc5-e2ec-4216-ac93-a4d76b03eaaa",
"fcf89dcb-4f70-429f-a0b1-61c93fd66387"
],
"Approvers": [
"d6ae34d5-af92-4f02-8ee3-87754da1005b",
"6331d4d8-393e-4bbb-8a20-315ac52067d9"
],
"ApprovedBy": "34ce8e35-5553-4a46-bf4a-df5d6c83f55b",
"ApprovalDate": "2026-05-09T03:20:24.5500345+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "322c4f8d-4d26-4b68-a524-0dfd6c6f1e6b",
"id": "01bbfa99-2bd7-484d-9483-1ba299963b37",
"ConfigId": "9b7c041b-fe0f-4ec8-bbe9-7ef5505ff26a"
}
]